ARM: VGIC: reorder prototypes in vgic.h
authorAndre Przywara <andre.przywara@linaro.org>
Fri, 9 Mar 2018 15:11:27 +0000 (15:11 +0000)
committerJulien Grall <julien.grall@arm.com>
Mon, 12 Mar 2018 11:45:17 +0000 (11:45 +0000)
commitffea3524e2f5094e1b559c74feb2f5f312b35651
tree9879ab2d4c8f07abc854303ecb277dac37707514
parentf47e3bdf9abb30750d2c9477584d726c9591dbae
ARM: VGIC: reorder prototypes in vgic.h

Currently vgic.h both contains prototypes used by Xen arch code outside
of the actual VGIC (for instance vgic_vcpu_inject_irq()), and prototypes
for functions used by the VGIC internally.
Group them to later allow an easy split with one #ifdef.

Signed-off-by: Andre Przywara <andre.przywara@linaro.org>
Reviewed-by: Julien Grall <julien.grall@arm.com>
xen/include/asm-arm/vgic.h